-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async callback functions, partnership function, rsaes_oaep for KeyEncryptionAlgorithm #65
Conversation
Fix github action build fail due to:
Feature/force binary
# Conflicts: # setup.py
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #65 +/- ##
==========================================
+ Coverage 96.45% 96.78% +0.32%
==========================================
Files 6 6
Lines 734 778 +44
Branches 131 147 +16
==========================================
+ Hits 708 753 +45
+ Misses 14 13 -1
Partials 12 12 ☔ View full report in Codecov by Sentry. |
can we split the changes into 3 PRs? |
Would be earliest in May. And was trying to avoid merge conflicts. Which order/separation would you like to get them? |
Closed to split into separate PR's |
Adding following features:
I am wondering if this should be last version to support python 3.7 and with next version we should upgrade python 3.8 - python 3.12? This also means, we have to upgrade some packages as well. Had to upgrade pytest for better async testing support.